home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12036 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  768 b 

  1. Path: brookes.ac.uk!news
  2. From: Krunchie <95155580@brookes.ac.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: HELP - malloc
  5. Date: 28 Mar 1996 15:16:34 GMT
  6. Organization: Digital Dynamics Unlimited
  7. Message-ID: <4jeagi$m2p@cs3.brookes.ac.uk>
  8. References: <1996Mar27.143834.6017@leeds.ac.uk>
  9. NNTP-Posting-Host: rm005076.brookes.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15. Are you sure you are using pointers the right way. Remember ItemName is 
  16. not a variable but a pointer to a location in memory to "access" the data 
  17. at this location you have to dereference it. 
  18.  
  19. If you post portions of your code I'm sure someone will be able to tell 
  20. you what you have done wrong.
  21.  
  22. Krunchie
  23.  
  24.  
  25.